attempt to standardize container names somewhat

This commit is contained in:
Pim Kunis 2023-08-20 17:18:49 +02:00
parent 5db9f9f254
commit 5253c66b1c
7 changed files with 7 additions and 7 deletions

View file

@ -18,7 +18,7 @@ volumes:
device: ":/mnt/data/forgejo"
services:
server:
forgejo:
image: codeberg.org/forgejo/forgejo:1.18
environment:
- USER_UID=1000

View file

@ -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

View file

@ -6,7 +6,7 @@ networks:
external: true
services:
kms-server:
inbucket:
image: inbucket/inbucket
networks:
- traefik

View file

@ -2,7 +2,7 @@
version: '3.7'
services:
kms-server:
kms:
image: teddysun/kms
ports:
- 1688:1688

View file

@ -13,7 +13,7 @@ volumes:
device: ":/mnt/data/nextcloud/data"
services:
app:
nextcloud:
image: nextcloud:27
volumes:
- type: volume

View file

@ -19,7 +19,7 @@ volumes:
device: ":/mnt/data/seafile/db"
services:
db:
mariadb:
image: mariadb:10.5
environment:
- MYSQL_ROOT_PASSWORD={{ db_root_passwd }}

View file

@ -6,7 +6,7 @@ networks:
external: true
services:
dashboard:
swarm-dashboard:
image: charypar/swarm-dashboard
volumes:
- type: bind