Update dashy, gitea, homebox, docker-registry for git-linked deployment
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version: "3"
|
||||
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
@@ -12,13 +10,14 @@ services:
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
- VIRTUAL_HOST=gitea.kolpacksoftware.com
|
||||
- VIRTUAL_PORT=3000
|
||||
- LETSENCRYPT_HOST=gitea.kolpacksoftware.com
|
||||
restart: always
|
||||
# networks:
|
||||
# - gitea
|
||||
volumes:
|
||||
- /srv/gitea-data:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "3001:3000"
|
||||
- "222:22"
|
||||
- "222:22"
|
||||
|
||||
Reference in New Issue
Block a user