Skip to content

Commit 2ba62ae

Browse files
committed
fix: remove hardcoded container names to allow multiple worktrees to run simultaneously
1 parent 2f9fe24 commit 2ba62ae

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ services:
44
build:
55
context: cryptify
66
dockerfile: dev.Dockerfile
7-
container_name: postguard-cryptify-fileshare
87
healthcheck:
98
test: ["CMD", "curl", "-f", "http://localhost:8000/health"]
109
interval: 1m30s
@@ -35,7 +34,6 @@ services:
3534
build:
3635
context: postguard
3736
dockerfile: dev.Dockerfile
38-
container_name: postguard-pkg
3937
healthcheck:
4038
test: ["CMD", "curl", "-f", "http://localhost:8087/health"]
4139
interval: 1m30s
@@ -60,7 +58,6 @@ services:
6058
# IRMA/Yivi server (unauthenticated, for development only)
6159
irma-server:
6260
image: ghcr.io/privacybydesign/irma:latest
63-
container_name: postguard-irma-server
6461
command: server --no-auth -v --url http://localhost:8088 --jwt-privkey-file /etc/irma/jwt_privkey.pem
6562
ports:
6663
- "8088:8088"
@@ -72,7 +69,6 @@ services:
7269
# Email testing tool
7370
mailcrab:
7471
image: marlonb/mailcrab:latest
75-
container_name: postguard-mailcrab
7672
ports:
7773
- "1080:1080" # Web UI
7874
- "1025:1025" # SMTP
@@ -84,7 +80,6 @@ services:
8480
build:
8581
context: .
8682
dockerfile: docker/dev.Dockerfile
87-
container_name: postguard-website-dev
8883
volumes:
8984
- .:/app
9085
- /app/node_modules
@@ -99,7 +94,6 @@ services:
9994
# Nginx reverse proxy
10095
nginx:
10196
image: nginx:alpine
102-
container_name: postguard-nginx
10397
ports:
10498
- "8080:80"
10599
volumes:

0 commit comments

Comments
 (0)