chore: fix docker compose sample backend startup arguements
This commit is contained in:
parent
ff9bdd9e9f
commit
9ffad31e40
@ -63,8 +63,10 @@ services:
|
|||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|
||||||
samplefamback:
|
samplefamback:
|
||||||
build: sample-back
|
build:
|
||||||
command: -Dspring.profiles.active=sample
|
context: sample-back
|
||||||
|
args:
|
||||||
|
- -Dspring.profiles.active=sample
|
||||||
container_name: samplefam-api
|
container_name: samplefam-api
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user