diff --git a/docker-compose.yml b/docker-compose.yml index 49d0c40..b143224 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,13 +1,6 @@ version: '3.9' services: - frontend: - image: fascinated/paste-frontend:latest - restart: always - environment: - NEXT_PUBLIC_API_ENDPOINT: http://localhost:3005 - ports: - - "3000:80" - backend: + paste: image: fascinated/paste-backend:latest restart: always volumes: