Skip to content

Commit

Permalink
Merge pull request #13 from COSI-Lab/0axmx-cx-patch-1
Browse files Browse the repository at this point in the history
Update docker-compose.yml to work with Caddy
lavajuno authored Mar 1, 2024
2 parents 9537d3a + f08bd0c commit c0b8de3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -3,8 +3,10 @@ services:
build: .
container_name: fsuvius
restart: unless-stopped
ports:
- "9039:8080"
expose:
- 80
networks:
- web
volumes:
- type: bind
source: ./data
@@ -14,3 +16,6 @@ services:
limits:
cpus: '1.0'
memory: 500M
networks:
web:
external: true

0 comments on commit c0b8de3

Please sign in to comment.