1
0

Make consistent container names

This commit is contained in:
2025-05-04 10:26:17 +03:00
parent 4221fb0009
commit 0e05d3e066
7 changed files with 8 additions and 12 deletions

@@ -1,11 +1,11 @@
services:
gitea_web_app:
gitea_app:
image: gitea/gitea:1.23.7
restart: unless-stopped
container_name: gitea_web_app
container_name: gitea_app
ports:
- "${WEB_SERVER_PORT}:3000"
- "127.0.0.1:{{ gitea_port }}:3000"
- "2222:22"
volumes:
- ./data:/data