Feat: move from stack to compose
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-12-28 09:35:10 +03:00
parent 1f6ed3d09c
commit b909c77180
3 changed files with 13 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ steps:
image: docker:latest
commands:
- echo "$ENV_FILE" > .env
- sh run.sh
- docker compose up -d
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment: