feat: fix
This commit is contained in:
parent
aaf1441bc6
commit
bfe11fea98
|
|
@ -1,5 +1,5 @@
|
|||
services:
|
||||
starter-api:
|
||||
bemeal-api:
|
||||
image: gitea.leonmorival.com/daily_meal/bemeal-api:latest
|
||||
container_name: bemeal-api
|
||||
restart: unless-stopped
|
||||
|
|
@ -37,7 +37,7 @@ services:
|
|||
- storage-data:/var/www/html/storage/app
|
||||
- storage-public-data:/var/www/html/storage/app/public
|
||||
networks:
|
||||
- nginx-bemeal
|
||||
- nginx
|
||||
- internal
|
||||
|
||||
pgsql:
|
||||
|
|
|
|||
Loading…
Reference in New Issue