Skip to content

Commit

Permalink
fix production docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Jan 29, 2023
1 parent 8bbcd81 commit db63d6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions docker-compose-production.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
version: "2"
version: "3"

services:
app:
container_name: converter-dev
container_name: converter
image: ghcr.io/eugenmayer/kontextwork-converter:latest
security_opt:
- 'no-new-privileges:true'
volumes:
- ./:/src
ports:
- 5001:5001
- 8080:8080
mem_limit: 512M
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2"
version: "3"

services:
app:
Expand Down

0 comments on commit db63d6a

Please sign in to comment.