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"
|
device: ":/mnt/data/forgejo"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
forgejo:
|
||||||
image: codeberg.org/forgejo/forgejo:1.18
|
image: codeberg.org/forgejo/forgejo:1.18
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
|
|
|
@ -13,7 +13,7 @@ volumes:
|
||||||
device: ":/mnt/data/hedgedoc/uploads"
|
device: ":/mnt/data/hedgedoc/uploads"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
hedgedoc-app:
|
hedgedoc:
|
||||||
image: quay.io/hedgedoc/hedgedoc:1.9.7
|
image: quay.io/hedgedoc/hedgedoc:1.9.7
|
||||||
environment:
|
environment:
|
||||||
- CMD_DB_URL=postgres://hedgedoc:{{ database_passwords.hedgedoc }}@192.168.30.10:5432/hedgedoc
|
- CMD_DB_URL=postgres://hedgedoc:{{ database_passwords.hedgedoc }}@192.168.30.10:5432/hedgedoc
|
||||||
|
|
|
@ -6,7 +6,7 @@ networks:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
kms-server:
|
inbucket:
|
||||||
image: inbucket/inbucket
|
image: inbucket/inbucket
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
version: '3.7'
|
version: '3.7'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
kms-server:
|
kms:
|
||||||
image: teddysun/kms
|
image: teddysun/kms
|
||||||
ports:
|
ports:
|
||||||
- 1688:1688
|
- 1688:1688
|
||||||
|
|
|
@ -13,7 +13,7 @@ volumes:
|
||||||
device: ":/mnt/data/nextcloud/data"
|
device: ":/mnt/data/nextcloud/data"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
nextcloud:
|
||||||
image: nextcloud:27
|
image: nextcloud:27
|
||||||
volumes:
|
volumes:
|
||||||
- type: volume
|
- type: volume
|
||||||
|
|
|
@ -19,7 +19,7 @@ volumes:
|
||||||
device: ":/mnt/data/seafile/db"
|
device: ":/mnt/data/seafile/db"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
mariadb:
|
||||||
image: mariadb:10.5
|
image: mariadb:10.5
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD={{ db_root_passwd }}
|
- MYSQL_ROOT_PASSWORD={{ db_root_passwd }}
|
||||||
|
|
|
@ -6,7 +6,7 @@ networks:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
dashboard:
|
swarm-dashboard:
|
||||||
image: charypar/swarm-dashboard
|
image: charypar/swarm-dashboard
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
|
|
Reference in a new issue