Skip to content

Commit

Permalink
Updated docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-ki committed Sep 19, 2024
1 parent 764daca commit a6ee1c5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
version: "2.14.2"
name: polyas-verifier
version: "3.9"
services:
app:
build:
context: .
dockerfile: Dockerfile
args:
DIR: /srv/app
DIR: /home/local/gi-wahlverifikation
NAME: polyas-verifier
container_name: polyas-verifier
entrypoint:
Expand All @@ -24,9 +23,8 @@ services:
ports:
- mode: host
target: 5000
host_ip: 127.0.0.1
published: "5000"
protocol: tcp
restart: always
tty: true
working_dir: /srv/app/polyas-verifier
working_dir: /home/local/gi-wahlverifikation/polyas-verifier

0 comments on commit a6ee1c5

Please sign in to comment.