finalise move to new homarr v1
This commit is contained in:
@@ -1231,27 +1231,26 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- "com.centurylinklabs.watchtower.enable=false"
|
- "com.centurylinklabs.watchtower.enable=false"
|
||||||
|
|
||||||
|
cdpdev:
|
||||||
|
image: node:latest
|
||||||
|
container_name: cdpdev
|
||||||
|
volumes:
|
||||||
|
- /home/cam/code/quizzington-city:/app
|
||||||
|
entrypoint: /app/init.sh
|
||||||
|
environment:
|
||||||
|
- CLIENT_URL=https://cdp.dev.depaoli.id.au
|
||||||
|
- SERVER_PORT=3001
|
||||||
|
labels:
|
||||||
|
- "com.centurylinklabs.watchtower.enable=false"
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.cdpdev.rule=Host(`cdp.dev.depaoli.id.au`)"
|
||||||
|
- "traefik.http.routers.cdpdev.tls=true"
|
||||||
|
- "traefik.http.routers.cdpdev.entrypoints=secureweb"
|
||||||
|
- "traefik.http.routers.cdpdev.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.services.cdpdev.loadbalancer.server.port=5173"
|
||||||
|
|
||||||
homarr:
|
homarr:
|
||||||
container_name: homarr
|
container_name: homarr
|
||||||
image: ghcr.io/ajnart/homarr:0.15.10
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
|
|
||||||
- /srv/docker/container/oldhomarr/configs:/app/data/configs
|
|
||||||
- /srv/docker/container/oldhomarr/icons:/app/public/icons
|
|
||||||
- /srv/docker/container/oldhomarr/data:/data
|
|
||||||
# ports:
|
|
||||||
# - "7575:7575"
|
|
||||||
labels:
|
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
|
||||||
- "traefik.enable=true"
|
|
||||||
- "traefik.http.routers.oldhomarr.rule=Host(`homarr.ddp.net`) || Host(`mara.ddp.net`)"
|
|
||||||
- "traefik.http.routers.oldhomarr.entrypoints=web"
|
|
||||||
- "traefik.http.services.oldhomarr.loadbalancer.server.port=7575"
|
|
||||||
- "last.commit.url=https://api.github.com/repos/ajnart/homarr/commits"
|
|
||||||
|
|
||||||
newhomarr:
|
|
||||||
container_name: newhomarr
|
|
||||||
image: ghcr.io/homarr-labs/homarr:latest
|
image: ghcr.io/homarr-labs/homarr:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user