changed volumes to static on /gitea/
This commit is contained in:
+2
-8
@@ -14,7 +14,7 @@ services:
|
||||
- GITEA__server__SSH_PORT=2221
|
||||
- GITEA__server__ROOT_URL=https://gitshop.cc
|
||||
volumes:
|
||||
- gitea-data:/data
|
||||
- /gitea/data:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
networks:
|
||||
- backend
|
||||
volumes:
|
||||
- gitea-db:/var/lib/postgresql/data
|
||||
- /gitea/db/:/var/lib/postgresql/data
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
@@ -67,12 +67,6 @@ services:
|
||||
- backend
|
||||
|
||||
|
||||
volumes:
|
||||
gitea-data:
|
||||
driver: local
|
||||
gitea-db:
|
||||
driver: local
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
name: frontend
|
||||
|
||||
Reference in New Issue
Block a user