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

feat: frontend dropper 생성

parent 9629f78d
Branches
No related tags found
No related merge requests found
/database
/redis/data
/nginx/log
/frontend
/.env*
!/.env.example
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:
image: return0927/nginx:1.19.3-hakase
environment:
......@@ -39,7 +47,8 @@ services:
timeout: 5s
volumes:
- ./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
environment:
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