Fix container naming

This commit is contained in:
2025-10-04 16:54:36 -05:00
parent 70c14f241e
commit 60a0239682
3 changed files with 11 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ networks:
external: false
services:
web:
container_name: nginx
image: "nginx"
restart: unless-stopped
ports:
@@ -70,6 +71,7 @@ services:
# target: /usr/local/share/fonts/custom
# read_only: true
certbot:
container_name: certbot
image: certbot/certbot:latest
volumes:
- /data/certbot/www/:/var/www/certbot/:rw
@@ -89,6 +91,7 @@ services:
- './authelia/:/config'
logging: *logging
minecraft:
container_name: minecraft
image: itzg/minecraft-server:latest
tty: true
stdin_open: true
@@ -118,6 +121,7 @@ services:
- "/data/mincraft/plugins:/plugins"
- "/data/mincraft/config:/config"
gitea:
container_name: gitea
image: docker.gitea.com/gitea:1.24
environment:
- USER_UID=1000
@@ -133,6 +137,7 @@ services:
- "222:22"
logging: *logging
gitea-runner:
container_name: gitea-runner
image: docker.gitea.com/act_runner:latest
restart: unless-stopped
networks:
@@ -149,6 +154,7 @@ services:
depends_on:
- gitea
gpodder:
container_name: gpodder
image: gitea.loadingm.xyz/the10thwiz/gpodder-rs:latest
environment:
- ROCKET_SECRET_KEY=${GPODDER_SECRET_KEY}