All checks were successful
Build and Deploy / build-deploy (push) Successful in 1m7s
14 lines
261 B
YAML
14 lines
261 B
YAML
name: coins
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
additional_contexts:
|
|
- photos=/deploy/photos
|
|
ports:
|
|
- '${HOST_PORT:-3000}:3000'
|
|
volumes:
|
|
- ${PHOTOS_DIR:-./public/photos}:/app/public/photos
|
|
restart: unless-stopped
|