fixes
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
HOST=
|
HOST=
|
||||||
LETSENCRYPT_EMAIL=
|
LETSENCRYPT_EMAIL=
|
||||||
HOST_API=
|
HOST_API=
|
||||||
|
RESTART=
|
||||||
|
|||||||
@@ -5,9 +5,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
- 5003:5003
|
- 5003:5003
|
||||||
restart: always
|
restart: ${RESTART}
|
||||||
depends_on:
|
|
||||||
- peppermint_postgres
|
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user