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
build:
dockerfile: Dockerfile.server
depends_on:
- "db"
entrypoint:
- "/usr/local/bin/server"
- "/etc/markets.json"
@ -20,8 +18,6 @@ services:
env_file: .env
build:
dockerfile: Dockerfile.worker
depends_on:
- "db"
restart: always
entrypoint:
- "/usr/local/bin/worker"