cbax_dev/compose.yml

14 lines
251 B
YAML
Raw Permalink Normal View History

2024-01-23 02:02:56 +00:00
version: '3.7'
services:
web:
build:
context: .
dockerfile: Containerfile
ports:
- '7654:7654'
restart: unless-stopped
volumes:
2024-10-24 16:52:13 +00:00
- /srv/http/cbax_dev/static:/app/static
- /srv/http/cbax_dev/posts:/app/posts