Packaging fixes
This commit is contained in:
parent
fa6103d007
commit
959b06c425
19 changed files with 389 additions and 68 deletions
|
|
@ -9,11 +9,12 @@ services:
|
|||
depends_on:
|
||||
- web
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
ENV_FILE: .env.dev
|
||||
build: .
|
||||
volumes:
|
||||
- ./seed:/seed:ro
|
||||
- ./.env.production:/.env:ro
|
||||
env_file:
|
||||
- .env.production
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue