Moving to central bridge network; standarizing container names
This commit is contained in:
@@ -2,7 +2,7 @@ version: "2.1"
|
|||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:latest
|
image: gitea/gitea:latest
|
||||||
container_name: git
|
container_name: gitea_server
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
- USER_GID=1000
|
- USER_GID=1000
|
||||||
@@ -12,8 +12,6 @@ services:
|
|||||||
- DB_USER=gitea
|
- DB_USER=gitea
|
||||||
- DB_PASSWD=gitea
|
- DB_PASSWD=gitea
|
||||||
restart: always
|
restart: always
|
||||||
#networks:
|
|
||||||
# - gitea
|
|
||||||
volumes:
|
volumes:
|
||||||
- /Red-Vol/Media/Containers/gitea/data:/data
|
- /Red-Vol/Media/Containers/gitea/data:/data
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
@@ -26,12 +24,15 @@ services:
|
|||||||
|
|
||||||
gitea-db:
|
gitea-db:
|
||||||
image: postgres:alpine
|
image: postgres:alpine
|
||||||
|
container_name: gitea_db
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=gitea
|
- POSTGRES_USER=gitea
|
||||||
- POSTGRES_PASSWORD=gitea
|
- POSTGRES_PASSWORD=gitea
|
||||||
- POSTGRES_DB=gitea
|
- POSTGRES_DB=gitea
|
||||||
#networks:
|
|
||||||
# - gitea
|
|
||||||
volumes:
|
volumes:
|
||||||
- /Red-Vol/Media/Containers/gitea/postgresql:/var/lib/postgresql/data
|
- /Red-Vol/Media/Containers/gitea/postgresql:/var/lib/postgresql/data
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
external: true
|
||||||
|
name: gerbil_network
|
||||||
|
|||||||
Reference in New Issue
Block a user