1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00
tux/docker-compose.yml

15 lines
No EOL
267 B
YAML

services:
tux:
build: .
image: allthingslinux/tux:latest
container_name: tux
restart: always
develop:
watch:
- action: sync
path: .
target: /app/
ignore:
- .venv/
env_file:
- .env