Update gitea compose
Signed-off-by: Gato <cedric@goutailler-olivier.fr>
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
|||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
volumes:
|
volumes:
|
||||||
- ./db_data:/var/lib/postgresql/data
|
- ~/Applications/data/gitea/db_data:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
- gitea-net
|
- gitea-net
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@ services:
|
|||||||
|
|
||||||
TZ: Europe/Paris
|
TZ: Europe/Paris
|
||||||
volumes:
|
volumes:
|
||||||
- ./gitea:/data
|
- ~/Applications/data/gitea:/data
|
||||||
# (facultatif) pour horloge locale dans les logs :
|
# (facultatif) pour horloge locale dans les logs :
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
@@ -95,8 +95,8 @@ services:
|
|||||||
GITEA__actions__ENABLED: "true"
|
GITEA__actions__ENABLED: "true"
|
||||||
GITEA__actions__DEFAULT_ACTIONS_URL: http://gitea:3000
|
GITEA__actions__DEFAULT_ACTIONS_URL: http://gitea:3000
|
||||||
volumes:
|
volumes:
|
||||||
- ./runner_data:/data
|
- ~/Applications/data/gitea/runner_data:/data
|
||||||
- ./runner_data/config.yaml:/config.yaml
|
- ~/Applications/data/gitea/runner_data/config.yaml:/config.yaml
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
networks:
|
networks:
|
||||||
- gitea-net
|
- gitea-net
|
||||||
Reference in New Issue
Block a user