Compare commits
No commits in common. "ff9bb06bfd678ced3d5829c0d468ceb7d54a20cb" and "4f772aee34ce6bab7accc3e05ad4d4738c912b87" have entirely different histories.
ff9bb06bfd
...
4f772aee34
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
/.env
|
.env
|
||||||
/data
|
gitea_data
|
||||||
|
@ -33,7 +33,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- ./data/gitea:/data
|
- ./gitea_data:/data
|
||||||
- ${GIT_HOMEDIR}/.ssh:/data/git/.ssh
|
- ${GIT_HOMEDIR}/.ssh:/data/git/.ssh
|
||||||
ports:
|
ports:
|
||||||
- ${SSH_PORT}:22
|
- ${SSH_PORT}:22
|
||||||
@ -49,9 +49,12 @@ services:
|
|||||||
- internal
|
- internal
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/mysql:/var/lib/mysql
|
- database:/var/lib/mysql
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
internal:
|
internal:
|
||||||
traefik-proxy:
|
traefik-proxy:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
database:
|
||||||
|
Loading…
Reference in New Issue
Block a user