old.nicco.io/docker-compose.prod.yml

23 lines
453 B
YAML
Raw Normal View History

2019-08-24 10:16:43 +02:00
version: '3.7'
2019-03-03 16:27:15 +01:00
services:
home:
2019-08-08 14:00:06 +02:00
image: cupcakearmy/static
2019-03-24 01:24:27 +01:00
restart: always
ports:
- 80
volumes:
2019-08-24 10:16:43 +02:00
- ./nginx.conf:/usr/local/nginx/conf/sites/default.conf:ro
2019-12-12 06:14:49 +01:00
- ./dist:/srv:ro
2019-03-03 16:27:15 +01:00
networks:
- traefik
labels:
- traefik.enable=true
- traefik.port=80
- traefik.docker.network=traefik
- traefik.backend=home
- traefik.frontend.rule=Host:nicco.io
networks:
traefik:
external: true