mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 04:42:33 +02:00
16 lines
314 B
YAML
16 lines
314 B
YAML
services:
|
|
app:
|
|
container_name: microbin
|
|
cpu_shares: 10
|
|
deploy:
|
|
resources:
|
|
limits:
|
|
memory: 256M
|
|
env_file: .env
|
|
image: danielszabo99/microbin:latest
|
|
ports:
|
|
- 8080
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./data:/app/microbin_data
|
|
# microbin.domain.tld
|