services: web: build: . image: fundbureau container_name: fundbureau ports: - "8080:80" restart: unless-stopped