services: tictactics: build: context: . image: tictactics:local container_name: tictactics restart: unless-stopped environment: APP_PORT: ${APP_PORT:-8787} ports: - "${APP_PORT:-8787}:${APP_PORT:-8787}"