--- services: website: build: context: . dockerfile: Dockerfile image: acidarchon.com container_name: acidarchon.com ports: - 8088:8088 restart: unless-stopped