Skip to content
Snippets Groups Projects
Commit 62d79b8a authored by Eunhak Lee's avatar Eunhak Lee
Browse files

feat: frontend dropper 생성

parent 9629f78d
No related branches found
No related tags found
No related merge requests found
/database /database
/redis/data /redis/data
/nginx/log /nginx/log
/frontend
/.env* /.env*
!/.env.example !/.env.example
services: services:
frontend-dropper:
image: git.ajou.ac.kr:5050/meanspec/meanspec-frontend:latest
restart: "no"
volumes:
- ./frontend:/workdir
- ./frontend-dropper.sh:/entrypoint.sh
command: /entrypoint.sh
nginx: nginx:
image: return0927/nginx:1.19.3-hakase image: return0927/nginx:1.19.3-hakase
environment: environment:
...@@ -39,7 +47,8 @@ services: ...@@ -39,7 +47,8 @@ services:
timeout: 5s timeout: 5s
volumes: volumes:
- ./database:/var/lib/postgresql/data - ./database:/var/lib/postgresql/data
- ./init/sql:/docker-entrypoint-initdb.d/ - ./init/sql/init.sql:/docker-entrypoint-initdb.d/init.sql
- ./init/sql/grant.sql:/always-initdb.d/grant.sql
env_file: .env env_file: .env
environment: environment:
TZ: Asia/Seoul TZ: Asia/Seoul
......
cp -r /app/* /workdir
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment