Networks needed apparently
This commit is contained in:
@@ -25,8 +25,8 @@ services:
|
|||||||
traefik.frontend.entryPoints: http
|
traefik.frontend.entryPoints: http
|
||||||
links:
|
links:
|
||||||
- mysql
|
- mysql
|
||||||
# networks:
|
networks:
|
||||||
# - public-proxy
|
- public-proxy
|
||||||
ports:
|
ports:
|
||||||
- "${WEB_PORT}:80"
|
- "${WEB_PORT}:80"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
@@ -52,9 +52,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- Database:/var/lib/mysql
|
- Database:/var/lib/mysql
|
||||||
|
|
||||||
#networks:
|
networks:
|
||||||
# public-proxy:
|
public-proxy:
|
||||||
# external: true
|
external: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
Application:
|
Application:
|
||||||
|
|||||||
Reference in New Issue
Block a user