mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +00:00
Update docker-compose.yml to remove unnecessary network configurations
This commit is contained in:
@@ -234,7 +234,6 @@ services:
|
|||||||
expose:
|
expose:
|
||||||
- 2368
|
- 2368
|
||||||
networks:
|
networks:
|
||||||
- db-bridge
|
|
||||||
- net
|
- net
|
||||||
|
|
||||||
ghost-db:
|
ghost-db:
|
||||||
@@ -250,8 +249,6 @@ services:
|
|||||||
- ghost_mysql:/var/lib/mysql
|
- ghost_mysql:/var/lib/mysql
|
||||||
expose:
|
expose:
|
||||||
- 3306
|
- 3306
|
||||||
networks:
|
|
||||||
- db-bridge
|
|
||||||
|
|
||||||
heynote-app:
|
heynote-app:
|
||||||
image: furyhawk/heynote:${HEYNOTETAG:-latest}
|
image: furyhawk/heynote:${HEYNOTETAG:-latest}
|
||||||
@@ -444,8 +441,6 @@ services:
|
|||||||
- default
|
- default
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
db-bridge:
|
|
||||||
driver: overlay
|
|
||||||
net:
|
net:
|
||||||
external: true
|
external: true
|
||||||
name: ${NETWORK:-web}
|
name: ${NETWORK:-web}
|
||||||
Reference in New Issue
Block a user