services: app: build: context: . container_name: test1_app ports: - "8888:8888" volumes: - .:/app restart: unless-stopped