mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-09-05 17:00:39 +00:00
test on docker image
This commit is contained in:
18
docker-compose.dev.yaml
Normal file
18
docker-compose.dev.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
# DEV Compose file.
|
||||
# For a production file see: README.md
|
||||
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
redis:
|
||||
image: redis:7-alpine
|
||||
ports:
|
||||
- 6379:6379
|
||||
|
||||
app:
|
||||
build: .
|
||||
env_file: .env
|
||||
depends_on:
|
||||
- redis
|
||||
ports:
|
||||
- 1234:5000
|
Reference in New Issue
Block a user