network korrigiert
This commit is contained in:
parent
a7b5d04eed
commit
73121b3ff8
|
@ -29,7 +29,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/appdata/hedgedoc/db:/var/lib/postgresql/data
|
- /opt/appdata/hedgedoc/db:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
- backend-codimd
|
- backend-hedgedoc
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
app:
|
app:
|
||||||
|
@ -80,7 +80,7 @@ services:
|
||||||
# - "3000:3000"
|
# - "3000:3000"
|
||||||
networks:
|
networks:
|
||||||
- webproxy
|
- webproxy
|
||||||
- backend-codimd
|
- backend-hedgedoc
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- database
|
- database
|
Loading…
Reference in New Issue