Files
SnapOtter/docker/docker-compose.yml
T

27 lines
524 B
YAML
Raw Normal View History

services:
ashim:
build:
context: ..
dockerfile: docker/Dockerfile
image: ashimhq/ashim:latest
container_name: ashim
ports:
- "1349:1349"
volumes:
- ashim-data:/data
- ashim-workspace:/tmp/workspace
environment:
- AUTH_ENABLED=true
- DEFAULT_USERNAME=admin
- DEFAULT_PASSWORD=admin
restart: unless-stopped
logging:
driver: json-file
options:
max-size: "10m"
max-file: "3"
volumes:
ashim-data:
ashim-workspace: