mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-17 23:56:59 +01:00
17 lines
326 B
YAML
17 lines
326 B
YAML
services:
|
|
app:
|
|
container_name: microbin
|
|
cpu_shares: 10
|
|
deploy:
|
|
resources:
|
|
limits:
|
|
memory: 256M
|
|
env_file: .env
|
|
image: docker.i.sh/danielszabo99/microbin:latest
|
|
ports:
|
|
- 8080
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./data:/app/microbin_data
|
|
# microbin.domain.tld
|