disable env requirements
This commit is contained in:
parent
19e1151e2e
commit
dac4cfaed3
11 changed files with 29 additions and 13 deletions
compute-1-mep
|
@ -13,7 +13,8 @@ services:
|
|||
restart: always
|
||||
container_name: forgejo
|
||||
env_file:
|
||||
- .env
|
||||
- path: .env
|
||||
required: false
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
|
|
|
@ -14,4 +14,5 @@ services:
|
|||
- RENOVATE_GIT_AUTHOR=Renovate bot <renovate@gnous.eu>
|
||||
- RENOVATE_TOKEN=${RENOVATE_TOKEN}
|
||||
env_file:
|
||||
- .env
|
||||
- path: .env
|
||||
required: false
|
|
@ -5,6 +5,7 @@ services:
|
|||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
env_file:
|
||||
- .env
|
||||
- path: .env
|
||||
required: false
|
||||
environment:
|
||||
- BIND_IP=10.100.2.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue