Files
eve_structure/docker-compose.yml

11 lines
253 B
YAML

services:
eve_structure:
build: .
container_name: eve_structure
restart: always
ports:
- 5000:5000
# store db and other stuff outside the container (skip init-db in Dockerfile)
volumes:
- ./instance:/app/instance