2022-04-30 06:31:57 +00:00
|
|
|
version: '3.8'
|
|
|
|
services:
|
2022-04-30 06:35:16 +00:00
|
|
|
gc_tools:
|
|
|
|
container_name: gc_tools
|
2022-04-30 07:26:15 +00:00
|
|
|
command: yarn start
|
2022-04-30 06:31:57 +00:00
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
volumes:
|
2022-04-30 06:49:35 +00:00
|
|
|
- .:/gc_tools
|
|
|
|
- /gc_tools/node_modules
|
|
|
|
- /gc_tools/build
|
2022-04-30 06:31:57 +00:00
|
|
|
environment:
|
2022-04-30 06:35:16 +00:00
|
|
|
- VIRTUAL_HOST=gc-tools.exzork.me
|
|
|
|
- LETSENCRYPT_HOST=gc-tools.exzork.me
|
2022-04-30 06:31:57 +00:00
|
|
|
- LETSENCRYPT_EMAIL=muhammadeko.if@gmail.com
|
|
|
|
networks:
|
|
|
|
default :
|
|
|
|
name: nginx-proxy
|