services: web: build: context: . dockerfile: Dockerfile container_name: boathouse-cafe-web ports: - "8087:80" environment: APP_ENV: prod APP_DEBUG: "0" SERVER_NAME: ":80" working_dir: /app networks: default: driver: bridge ipam: config: - subnet: 10.10.100.0/24