mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
Added images tag in docker-compose
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
services:
|
||||
backend:
|
||||
build: .
|
||||
image: gohcms-backend
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
@@ -9,6 +10,7 @@ services:
|
||||
- back-net
|
||||
frontend:
|
||||
build: web/admin-gui/.
|
||||
image: gohcms-frontend
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user