disable env requirements

This commit is contained in:
Maël Gramain 2025-03-02 17:14:22 +01:00
commit dac4cfaed3
11 changed files with 29 additions and 13 deletions
compute-1-mep

View file

@ -13,7 +13,8 @@ services:
restart: always
container_name: forgejo
env_file:
- .env
- path: .env
required: false
environment:
- USER_UID=1000
- USER_GID=1000

View file

@ -14,4 +14,5 @@ services:
- RENOVATE_GIT_AUTHOR=Renovate bot <renovate@gnous.eu>
- RENOVATE_TOKEN=${RENOVATE_TOKEN}
env_file:
- .env
- path: .env
required: false

View file

@ -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