.
This commit is contained in:
parent
73d23ee6ae
commit
8b5d8cf48b
@ -32,6 +32,17 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- mariadb
|
- mariadb
|
||||||
|
|
||||||
|
backend:
|
||||||
|
build: ./server
|
||||||
|
env_file:
|
||||||
|
- ./stack.env
|
||||||
|
ports:
|
||||||
|
- 3000:3000
|
||||||
|
networks:
|
||||||
|
- network
|
||||||
|
depends_on:
|
||||||
|
- mariadb
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mariadb_data:
|
mariadb_data:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user