Update docker-compose.yml

This commit is contained in:
Lee 2024-06-01 17:26:13 +00:00
parent d7b7da43b6
commit d42ff7420f

@ -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: