This commit is contained in:
2022-10-09 13:51:12 +01:00
parent fec022f1be
commit 5785571f48
3 changed files with 22 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- ${HTTP_PORT}:80
- ${APP_PORT}:80
networks:
- gitea
db:
@@ -35,11 +35,11 @@ services:
- gitea
volumes:
data:
name: ${GITEA_APP_VOLUMES_DATA_NAME}
name: ${GITEA_APP_DATA-VOLUME_NAME}
db:
name: ${GITEA_DB_VOLUMES_DATA_NAME}
name: ${GITEA_DB_DATA_VOLUME_NAME}
db-dumps:
name: ${GITEA_DB_VOLUMES_DB-DUMPS_NAME}
name: ${GITEA_DB-DUMPS_VOLUME_NAME}
networks:
gitea:
name: ${GITEA_NETWORK_DEFAULT_NAME}
name: ${DEFAULT_NETWORK_NAME}