Skip to content

Commit 1c90b45

Browse files
committed
fix(demo): remove custom caddy image build
1 parent ed08071 commit 1c90b45

2 files changed

Lines changed: 2 additions & 21 deletions

File tree

deployment/caddy/Dockerfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

deployment/docker-compose.base.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
services:
22
caddy:
3-
build:
4-
context: caddy
5-
pull_policy: build
63
image: caddy:${CADDY_VERSION:-2}-alpine
4+
entrypoint: ["/docker-entrypoint.sh"]
75
container_name: ${COMPOSE_PROJECT_NAME}_cdcs_caddy
86
ports:
97
- "80:80"
108
- "443:443"
119
depends_on:
1210
- cdcs
1311
volumes:
12+
- ./caddy/docker-entrypoint.sh:/docker-entrypoint.sh:ro
1413
- cdcs_socket:/tmp/nexuslims/
1514
- cdcs_static:/srv/nexuslims_static
1615
- ./caddy/${CADDYFILE}:/etc/caddy/Caddyfile

0 commit comments

Comments
 (0)