Updated compose.yml

This commit is contained in:
retoor 2025-01-18 12:23:23 +00:00
parent a7446d1314
commit 2e3b85d7f7

View File

@ -1,12 +1,8 @@
services:
snek:
build: .
restart: always
ports:
- "8081:8081"
volumes:
- ./:/code
develop:
watch:
- action: sync
path: .
target: /code