13 lines
251 B
YAML
13 lines
251 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
web:
|
|
build:
|
|
context: .
|
|
dockerfile: Containerfile
|
|
ports:
|
|
- '7654:7654'
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /srv/http/cbax_dev/static:/app/static
|
|
- /srv/http/cbax_dev/posts:/app/posts
|