networks: ${NETWORK}: external: true services: techtracker-next: build: context: ../../.. dockerfile: host/next/docker/Dockerfile image: ${CONTAINER_NAME}:alpine container_name: ${CONTAINER_NAME} env_file: [.env] hostname: ${CONTAINER_NAME} domainname: ${DOMAIN_NAME} networks: ['${NETWORK}'] #ports: ['${PORT}:3000'] tty: true stdin_open: true restart: unless-stopped