Remove compose env interpolation and set fixed TZ defaults

This commit is contained in:
Joachim Friberg
2026-03-19 20:58:24 +01:00
parent 18bf5b2736
commit f5580b3be3
6 changed files with 88 additions and 107 deletions
+10 -14
View File
@@ -1,12 +1,8 @@
name: docker-ip-addr-manager
x-image:
namespace: ${IMAGE_NAMESPACE:-joafri}
tag: ${IMAGE_TAG:-main}
services:
app:
image: ${IMAGE_NAMESPACE:-joafri}/docker-ip-addr-manager-app:${IMAGE_TAG:-main}
image: joafri/docker-ip-addr-manager-app:main
build:
context: ./backend
dockerfile: Dockerfile
@@ -18,11 +14,11 @@ services:
security_opt:
- no-new-privileges:true
environment:
TZ: ${TZ}
APP_PORT: ${APP_PORT:-31810}
STATE_FILE: ${STATE_FILE:-/data/entries.json}
DOCKER_API_URL: ${DOCKER_API_URL:-unix:///var/run/docker.sock}
DOCKER_TIMEOUT_SECONDS: ${DOCKER_TIMEOUT_SECONDS:-3}
TZ: Europe/Stockholm
APP_PORT: "31810"
STATE_FILE: /data/entries.json
DOCKER_API_URL: unix:///var/run/docker.sock
DOCKER_TIMEOUT_SECONDS: "3"
volumes:
- type: bind
source: /DATA/AppData/$AppID/data
@@ -52,7 +48,7 @@ services:
container_name: docker-ip-addr-manager-socket-proxy
restart: unless-stopped
environment:
TZ: ${TZ}
TZ: Europe/Stockholm
CONTAINERS: 1
INFO: 1
PING: 1
@@ -82,10 +78,10 @@ x-casaos:
- arm64
- arm
main: app
category: Network
category: phirna
author: Zima Apps Team
developer: Zima Apps Team
icon: https://www.svgrepo.com/show/49710/network.svg
icon: https://cdn.simpleicons.org/docker
tagline:
en_us: Manage host LAN IP aliases for container port bindings
description:
@@ -96,5 +92,5 @@ x-casaos:
title:
en_us: Docker IP Addr Manager
index: /
port_map: ${APP_PORT:-31810}
port_map: "31810"
scheme: http