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