fix: docker compose for prod
All checks were successful
All checks were successful
This commit is contained in:
parent
07ee4b9e57
commit
7f1986e765
@ -18,7 +18,9 @@ services:
|
||||
- public
|
||||
|
||||
front:
|
||||
image: git.lab-ouest.org/epitech/ratrapage_t-web_front:pr-1-head
|
||||
image: git.lab-ouest.org/epitech/ratrapage_t-web_front:pr-16-head
|
||||
environment:
|
||||
- POCKETBASE_URL=https://${POCKET_BASE_URL}
|
||||
depends_on:
|
||||
- pocketbase
|
||||
labels:
|
||||
@ -30,7 +32,7 @@ services:
|
||||
- public
|
||||
|
||||
back_drink:
|
||||
image: git.lab-ouest.org/epitech/ratrapage_t-web_back:pr-6-head
|
||||
image: git.lab-ouest.org/epitech/ratrapage_t-web_back:master
|
||||
environment:
|
||||
- port=${BACK_BASE_PORT}
|
||||
labels:
|
||||
|
Loading…
x
Reference in New Issue
Block a user