2019-08-24 10:16:43 +02:00
|
|
|
version: '3.7'
|
2019-03-03 16:27:15 +01:00
|
|
|
|
|
|
|
services:
|
2020-01-05 17:34:03 +01:00
|
|
|
front:
|
|
|
|
build: .
|
2019-03-24 01:24:27 +01:00
|
|
|
restart: always
|
|
|
|
volumes:
|
2020-01-05 17:34:03 +01:00
|
|
|
- ./.next:/app/.next:ro
|
|
|
|
- ./public:/app/public:ro
|
|
|
|
- ./next.config.js:/app/next.config.js:ro
|
2019-03-03 16:27:15 +01:00
|
|
|
networks:
|
|
|
|
- traefik
|
|
|
|
labels:
|
|
|
|
- traefik.enable=true
|
2020-01-05 17:34:03 +01:00
|
|
|
- traefik.port=3000
|
2019-03-03 16:27:15 +01:00
|
|
|
- traefik.docker.network=traefik
|
|
|
|
- traefik.backend=home
|
|
|
|
- traefik.frontend.rule=Host:nicco.io
|
|
|
|
|
|
|
|
networks:
|
|
|
|
traefik:
|
|
|
|
external: true
|