version: "3"
services:
app:
image: git.hackmi.ch/hackmi.ch/services:latest
# build: .
ports:
- 8001:80
environment:
- NGINX_PORT=80
restart: "always"