ci: fix deploy

This commit is contained in:
dboures 2023-03-14 21:53:39 -05:00
parent a2e83724ab
commit dff3d77d5a
No known key found for this signature in database
GPG Key ID: AB3790129D478852
1 changed files with 0 additions and 4 deletions

View File

@ -4,8 +4,6 @@ services:
env_file: .env env_file: .env
build: build:
dockerfile: Dockerfile.server dockerfile: Dockerfile.server
depends_on:
- "db"
entrypoint: entrypoint:
- "/usr/local/bin/server" - "/usr/local/bin/server"
- "/etc/markets.json" - "/etc/markets.json"
@ -20,8 +18,6 @@ services:
env_file: .env env_file: .env
build: build:
dockerfile: Dockerfile.worker dockerfile: Dockerfile.worker
depends_on:
- "db"
restart: always restart: always
entrypoint: entrypoint:
- "/usr/local/bin/worker" - "/usr/local/bin/worker"