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

View File

@ -27,7 +27,6 @@
DOCKER_PREFIX: "{{ app_name }}"
IMAGE_PREFIX: "{{ app_name }}"
CONTAINER_PREFIX: "{{ app_name }}"
WEB_SERVER_PORT: "127.0.0.1:{{ gitea_port }}"
USER_UID: "{{ user_create_result.uid }}"
USER_GID: "{{ user_create_result.group }}"