No description
  • Makefile 47.3%
  • Dockerfile 44.6%
  • Shell 8.1%
Find a file
Nathan Price f928174097
All checks were successful
/ build-and-push-image (push) Successful in 1m43s
add example docker compose and docs
2025-08-23 15:03:47 -04:00
.forgejo/workflows bump 2025-08-20 22:20:58 -04:00
.dockerignore bump 2025-08-20 22:20:58 -04:00
.gitignore init 2025-08-20 21:52:56 -04:00
docker-compose.yml init 2025-08-20 21:52:56 -04:00
Dockerfile init 2025-08-20 21:52:56 -04:00
entrypoint.sh init 2025-08-20 21:52:56 -04:00
example-docker-compose.yml add example docker compose and docs 2025-08-23 15:03:47 -04:00
Makefile init 2025-08-20 21:52:56 -04:00
README.md add example docker compose and docs 2025-08-23 15:03:47 -04:00

  1. start container with setup mode enabled SETUP=true in docker compose

  2. Enter the container and perform the setup

docker exec -it ooye /bin/bash
npm run setup