2
0
mirror of https://github.com/offen/website.git synced 2024-11-22 17:10:29 +01:00

move email logic to interface type attached to router

This commit is contained in:
Frederik Ring 2019-09-21 16:16:54 +02:00
parent 5ced5dfc13
commit eb4d0e1e61

View File

@ -5,7 +5,6 @@ services:
image: nginx:1.17-alpine image: nginx:1.17-alpine
volumes: volumes:
- ./nginx.conf:/etc/nginx/nginx.conf - ./nginx.conf:/etc/nginx/nginx.conf
- ./styles:/code/styles
ports: ports:
- 8080:80 - 8080:80
depends_on: depends_on: