Update build configuration files
This commit is contained in:
parent
d57e91e567
commit
fc59388947
|
@ -3,7 +3,7 @@
|
||||||
x-proxy: &default-proxy
|
x-proxy: &default-proxy
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- web
|
- proxy
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.docker.network=traefik_proxy"
|
- "traefik.docker.network=traefik_proxy"
|
||||||
|
@ -74,6 +74,6 @@ volumes:
|
||||||
db-data: {}
|
db-data: {}
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
web:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
name: traefik_proxy
|
name: traefik_proxy
|
||||||
|
|
Loading…
Reference in a new issue