services: admin: build: context: . dockerfile: admin.Dockerfile restart: unless-stopped env_file: - .env_prod ports: - "8000:8000"