@ -2,7 +2,7 @@ module.exports = {
'timelines': [
{
'name': 'Centurion',
'songFile': 'songs/centurion.m4a',
'songFile': 'songs/centurion.mp3',
'feed': [
@ -3,11 +3,32 @@ services:
backend:
build:
context: ./backend
restart: unless-stopped
networks:
- centurion
frontend:
context: ./frontend
environment:
NODE_ENV: production
ports:
- 8800:80
expose:
- 80
- web
labels:
- "traefik.enable=true"
- "traefik.docker.network=web"
- "traefik.http.routers.centurion.rule=Host(`centurion.harambee.utwente.nl`)"
- "traefik.http.routers.centurion.tls=true"
- "traefik.http.routers.centurion.tls.options=default"
web:
external: true
centurion:
name: centurion
internal: true