14 lines
326 B
YAML
14 lines
326 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:
|
|
- 8080:3000
|