Port fixes

This commit is contained in:
2023-07-09 22:54:13 +04:00
parent 4ee639e684
commit 36ed752f4c
2 changed files with 1 additions and 5 deletions

View File

@@ -12,8 +12,6 @@ services:
env_file: ./backend/.env.production
networks:
- main
ports:
- '8055'
volumes:
- ./backend:/app
- ./data:/data
@@ -31,8 +29,6 @@ services:
- backend
networks:
- main
ports:
- '3000'
volumes:
- ./frontend:/app
labels: