chore(docker): fixed docker-compose.yml so app-pong service is updated to new way of doing things
This commit is contained in:
parent
a4b3cc3c4b
commit
4f3aab9b7b
1 changed files with 3 additions and 5 deletions
|
|
@ -146,7 +146,9 @@ services:
|
|||
context: ./src/
|
||||
args:
|
||||
- SERVICE=pong
|
||||
- EXTRA_FILES=pong/extra
|
||||
additional_contexts:
|
||||
pnpm_base: "service:pnpm_base"
|
||||
pnpm_deps: "service:pnpm_deps"
|
||||
container_name: app-pong
|
||||
restart: always
|
||||
networks:
|
||||
|
|
@ -156,10 +158,6 @@ services:
|
|||
- static-volume:/volumes/static
|
||||
environment:
|
||||
- JWT_SECRET=KRUGKIDROVUWG2ZAMJZG653OEBTG66BANJ2W24DTEBXXMZLSEB2GQZJANRQXU6JA
|
||||
- DATABASE_DIR=/volumes/database
|
||||
- PROVIDER_FILE=/extra/providers.toml
|
||||
- SESSION_MANAGER=${SESSION_MANAGER}
|
||||
|
||||
|
||||
###############
|
||||
# USER #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue