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