feat: initial commit
This commit is contained in:
commit
826c3201ea
|
|
@ -0,0 +1,22 @@
|
||||||
|
services:
|
||||||
|
microbin:
|
||||||
|
image: danielszabo99/microbin:latest
|
||||||
|
container_name: microbin
|
||||||
|
restart: always
|
||||||
|
labels:
|
||||||
|
- traefik.enable=true
|
||||||
|
- traefik.docker.network=traefik
|
||||||
|
- traefik.http.services.microbin.loadbalancer.server.port=8080
|
||||||
|
- traefik.http.routers.microbin.rule=Host(`microbin.gujiakai.top`)
|
||||||
|
- traefik.http.routers.microbin.tls.certresolver=myresolver
|
||||||
|
networks:
|
||||||
|
- traefik
|
||||||
|
volumes:
|
||||||
|
- ./microbin-data:/app/microbin_data
|
||||||
|
environment:
|
||||||
|
MICROBIN_ADMIN_USERNAME: jiakai
|
||||||
|
MICROBIN_ADMIN_PASSWORD: 67899876a
|
||||||
|
|
||||||
|
networks:
|
||||||
|
traefik:
|
||||||
|
external: true
|
||||||
Binary file not shown.
Loading…
Reference in New Issue