Add dockerfiles goodie

This commit is contained in:
Leonetienne
2022-04-21 14:14:16 +02:00
parent bded0b69b2
commit 0e520fe937
4 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
version: '3'
services:
main:
build: .
restart: always
container_name: tubio
volumes:
- .:/app
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- 80:80
environment:
- TZ=Europe/Berlin