ferdinland-site/docker-compose.yaml

14 lines
331 B
YAML

version: '0.1.0'
services:
external:
container_name: ferdinland_beta
# The name of the image that will be created when building this container
image: themodrnhakr/ferdinland_beta
build:
context: .
dockerfile: Dockerfile
environment:
- DATABASE_URL=local.db
ports:
- '${PORT}:3000'