Move CROWDSEC_COLLECTIONS env variable to env file
This commit is contained in:
@@ -7,11 +7,10 @@ services:
|
||||
- no-new-privileges:true
|
||||
networks:
|
||||
- proxy
|
||||
#proxy:
|
||||
# ipv4_address: ${CROWDSEC_IP} # You can specify a static IP
|
||||
environment:
|
||||
GID: "${GID-1000}"
|
||||
COLLECTIONS: ${CROWDSEC_COLLECTIONS}
|
||||
env_file:
|
||||
- path: ./crowdsec.env
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${DOCKERDIR}/crowdsec/acquis.d:/etc/crowdsec/acquis.d
|
||||
|
||||
Reference in New Issue
Block a user