services: web: image: gitpot.org/sangelo/website:${TAG} build: context: . dockerfile: Dockerfile no_cache: true ports: - "3000:80" - "3080:8080"