Skip to content

Commit

Permalink
fix: remove profiles from preproduction deployment file
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalinDe committed Oct 4, 2023
1 parent 7c789c8 commit 4d69872
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ version: "3.8"
x-dela: &dela
image: ghcr.io/c4dt/d-voting-dela:latest
env_file: ../.env
profiles:
- dela
- all
x-dela-env: &dela-env
PROXYKEY: ${PUBLIC_KEY}
PROXY_LOG: info
Expand Down Expand Up @@ -65,9 +62,6 @@ services:
ports:
- 127.0.0.1:3000:3000
env_file: ../.env
profiles:
- client
- all
networks:
d-voting:
ipv4_address: 172.19.44.2
Expand All @@ -85,9 +79,6 @@ services:
condition: service_started
volumes:
- backend-data:/data
profiles:
- client
- all
networks:
d-voting:
ipv4_address: 172.19.44.3
Expand All @@ -100,9 +91,6 @@ services:
volumes:
- postgres-data:/var/lib/postgresql/data
- ../web/backend/src/migration.sql:/docker-entrypoint-initdb.d/init.sql
profiles:
- client
- all
networks:
d-voting:
ipv4_address: 172.19.44.4
Expand Down

0 comments on commit 4d69872

Please sign in to comment.