move env files to folder env-files
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
GID: "${GID:-1000}"
|
GID: "${GID:-1000}"
|
||||||
env_file:
|
env_file:
|
||||||
- path: ./crowdsec.env
|
- path: ./env-files/crowdsec.env
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ${DOCKERDIR}/crowdsec/acquis.d:/etc/crowdsec/acquis.d
|
- ${DOCKERDIR}/crowdsec/acquis.d:/etc/crowdsec/acquis.d
|
||||||
|
|||||||
@@ -15,4 +15,4 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||||
env_file:
|
env_file:
|
||||||
- path: ./socket-proxy.env
|
- path: ./env-files/socket-proxy.env
|
||||||
@@ -4,7 +4,7 @@ services:
|
|||||||
container_name: ${BT_CONTAINER_NAME}
|
container_name: ${BT_CONTAINER_NAME}
|
||||||
restart: ${BT_RESTART_POLICY}
|
restart: ${BT_RESTART_POLICY}
|
||||||
env_file:
|
env_file:
|
||||||
- path: ./traefik-bouncer.env
|
- path: ./env-files/traefik-bouncer.env
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
security_opt:
|
security_opt:
|
||||||
|
|||||||
Reference in New Issue
Block a user