feat(Traefik): Add docker-compose for default traefik network
This commit is contained in:
5
traefik/docker-compose.network.yml
Normal file
5
traefik/docker-compose.network.yml
Normal file
@ -0,0 +1,5 @@
|
||||
version: "3.8"
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: ${TRAEFIK_NETWORK_NAME:-traefik}
|
Reference in New Issue
Block a user