Final fixes

This commit is contained in:
WilliamMiceli
2019-02-06 21:22:28 -05:00
parent fc9bc1896a
commit ab687cf977

View File

@@ -9,9 +9,9 @@ services:
environment: environment:
USER_UID: '1000' USER_UID: '1000'
USER_GID: '1000' USER_GID: '1000'
APP_NAME: 'Gitea: Git with a cup of tea' # Application name, used in the page title.
RUN_MODE: prod # ['dev' | 'prod'] RUN_MODE: prod # ['dev' | 'prod']
DISABLE_SSH: true # SSH not yet possible with Traefik DISABLE_SSH: true # SSH not yet possible with Traefik
ROOT_URL: 'https://${TRAEFIK_HOST}'
DB_TYPE: postgres DB_TYPE: postgres
DB_HOST: postgres:5432 DB_HOST: postgres:5432
DB_NAME: gitea_db DB_NAME: gitea_db