This repository has been archived on 2024-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
kato.cafe/docker-compose.example.yaml

16 lines
365 B
YAML

version: '3.1'
# Run using docker-compose --compatibility up -d
# Otherwise it's going to ignore the deploy options.
services:
katocafe:
container_name: kato_cafe
build: .
restart: unless-stopped
ports:
- 6921:5386
# volumes:
# - hostLocation:/location/in/container
deploy:
resources:
limits:
memory: 1G