15 lines
355 B
YAML
15 lines
355 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
|
|
env_file: ./.docker.env
|
|
ports:
|
|
- $PORT:3000
|