Skip to content

Commit

Permalink
ajout docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
syji35 committed Nov 22, 2023
1 parent 1f8f01d commit 8998bff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: "3.7"

volumes:
files:

services:
lufi:
build: ./
container_name: lufi-app
ports:
- "8081:8081"
restart: unless-stopped
volumes:
- files:/lufi/files

0 comments on commit 8998bff

Please sign in to comment.