refactor: remove ports

This commit is contained in:
Derrick Hammer 2023-12-25 02:36:47 -05:00
parent 0593fa80b4
commit 4bb5470b3a
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ version: '3.8'
services:
app:
image: git.lumeweb.com/lumeweb/web3.news:latest
ports:
- "3000:3000"
volumes:
- ./data/app.db:/app/prisma/dev.db
bridge: