Skip to content

Commit

Permalink
make docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
qweliant committed May 15, 2024
1 parent 91b3a91 commit fb36a68
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: "3"

services:
app:
build:
context: .
args:
- PACKAGE=core
image: core
env_file:
- core/.env.development

restart: unless-stopped

# db:
# image: postgres:15.1
# restart: unless-stopped
# environment:
# POSTGRES_USER: postgres
# POSTGRES_PASSWORD: postgres
# POSTGRES_DB: postgres

0 comments on commit fb36a68

Please sign in to comment.