Lets try this... moving some dev setting to prod...
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-24 14:45:30 -05:00
parent d5e4fb1906
commit 2e2fac37bc
3 changed files with 61 additions and 5 deletions

View File

@@ -10,8 +10,8 @@ steps:
image: docker
privileged: true
commands:
- docker compose -f docker-compose.prod.yml build --pull --no-cache
- docker compose -f docker-compose.prod.yml up --remove-orphans --force-recreate --wait
- docker compose -f docker-compose.demo.yml build --pull --no-cache
- docker compose -f docker-compose.demo.yml up --remove-orphans --force-recreate --wait
volumes:
- name: dockersock
path: /var/run/docker.sock