refactor: re-order file

This commit is contained in:
Oliver Davies 2022-03-05 08:00:58 +00:00
parent 8664fb395e
commit c53b246608

View file

@ -1,7 +1,3 @@
networks:
traefik_proxy:
external: true
services: services:
reverse-proxy: reverse-proxy:
image: "traefik:v2.4" image: "traefik:v2.4"
@ -21,3 +17,7 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock:ro" - "/var/run/docker.sock:/var/run/docker.sock:ro"
networks: networks:
- traefik_proxy - traefik_proxy
networks:
traefik_proxy:
external: true