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