This commit is contained in:
2022-10-09 18:12:20 +01:00
parent 5edf0b7cb2
commit 17b4417a0a
3 changed files with 41 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- ${APP_PORT}:80
- ${GITEA_PORT}:80
networks:
- gitea
db:
@@ -35,11 +35,11 @@ services:
- gitea
volumes:
data:
name: ${GITEA_APP_DATA-VOLUME_NAME}
name: ${GITEA_APP_DATA_VOLUME_NAME}
db:
name: ${GITEA_DB_DATA_VOLUME_NAME}
db-dumps:
name: ${GITEA_DB-DUMPS_VOLUME_NAME}
name: ${GITEA_DB_DUMPS_VOLUME_NAME}
networks:
gitea:
name: ${DEFAULT_NETWORK_NAME}