attempt to standardize container names somewhat
This commit is contained in:
parent
5db9f9f254
commit
5253c66b1c
7 changed files with 7 additions and 7 deletions
|
@ -18,7 +18,7 @@ volumes:
|
|||
device: ":/mnt/data/forgejo"
|
||||
|
||||
services:
|
||||
server:
|
||||
forgejo:
|
||||
image: codeberg.org/forgejo/forgejo:1.18
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
|
|
|
@ -13,7 +13,7 @@ volumes:
|
|||
device: ":/mnt/data/hedgedoc/uploads"
|
||||
|
||||
services:
|
||||
hedgedoc-app:
|
||||
hedgedoc:
|
||||
image: quay.io/hedgedoc/hedgedoc:1.9.7
|
||||
environment:
|
||||
- CMD_DB_URL=postgres://hedgedoc:{{ database_passwords.hedgedoc }}@192.168.30.10:5432/hedgedoc
|
||||
|
|
|
@ -6,7 +6,7 @@ networks:
|
|||
external: true
|
||||
|
||||
services:
|
||||
kms-server:
|
||||
inbucket:
|
||||
image: inbucket/inbucket
|
||||
networks:
|
||||
- traefik
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
version: '3.7'
|
||||
|
||||
services:
|
||||
kms-server:
|
||||
kms:
|
||||
image: teddysun/kms
|
||||
ports:
|
||||
- 1688:1688
|
||||
|
|
|
@ -13,7 +13,7 @@ volumes:
|
|||
device: ":/mnt/data/nextcloud/data"
|
||||
|
||||
services:
|
||||
app:
|
||||
nextcloud:
|
||||
image: nextcloud:27
|
||||
volumes:
|
||||
- type: volume
|
||||
|
|
|
@ -19,7 +19,7 @@ volumes:
|
|||
device: ":/mnt/data/seafile/db"
|
||||
|
||||
services:
|
||||
db:
|
||||
mariadb:
|
||||
image: mariadb:10.5
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD={{ db_root_passwd }}
|
||||
|
|
|
@ -6,7 +6,7 @@ networks:
|
|||
external: true
|
||||
|
||||
services:
|
||||
dashboard:
|
||||
swarm-dashboard:
|
||||
image: charypar/swarm-dashboard
|
||||
volumes:
|
||||
- type: bind
|
||||
|
|
Reference in a new issue