Skip to content

Commit

Permalink
Remove hac via service definition for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Sep 27, 2024
1 parent 77bdb86 commit 3cf769a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,25 +112,6 @@ services:
user: "${UID}:${GID}"
restart: always

hac_via:
image: ghcr.io/dainst/hac_via:latest
volumes:
- ${HAC_VIA_ARCHIVE_DIR}:/archive
- ${HAC_VIA_PREVIEW_DIR}:/previews
environment:
- PHX_HOST=images.${SERVER_ADDRESS}
- DATABASE_URL=ecto://arachne:${DB_PASSWORD}@arachne4_db/arachne
- SECRET_KEY_BASE=${HAC_VIA_KEY_BASE}
labels:
- traefik.enable=true
- traefik.http.routers.hac_via.rule=Host(`images.${SERVER_ADDRESS}`)
- traefik.http.routers.hac_via.entrypoints=websecure
- traefik.http.routers.hac_via.tls.certresolver=myresolver
- traefik.http.services.hac_via.loadbalancer.server.port=4000
- com.centurylinklabs.watchtower.enable=true
restart: always


traefik:
image: traefik:v2.5
restart: always
Expand Down

0 comments on commit 3cf769a

Please sign in to comment.