Compare commits

..

2 Commits

Author SHA1 Message Date
02c85fce39 updated readme docker-compose 2022-12-14 01:02:43 +05:00
a8113504f8 updated build docker-compose 2022-12-14 01:02:15 +05:00
2 changed files with 3 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ services:
######################### #########################
okiba: okiba:
hostname: okiba hostname: okiba
image: git.shihaam.dev/dockerfiles/okiba-org-docker image: git.shihaam.dev/dockerfiles/okiba
volumes: volumes:
- $PWD/backend-env:/root/okiba-org-backend/.env - $PWD/backend-env:/root/okiba-org-backend/.env
- $PWD/frontend-env:/root/okiba-org-frontend/.env.local - $PWD/frontend-env:/root/okiba-org-frontend/.env.local

View File

@@ -1,11 +1,5 @@
services: services:
######################### #########################
okiba-org: okiba:
build: . build: .
hostname: okiba-org image: git.shihaam.dev/dockerfiles/okiba
image: git.shihaam.dev/dockerfiles/okiba-org-docker
volumes:
- $PWD/logs/npm:/root/.npm/_logs/
# ports:
# - 1111:80
restart: always