init
This commit is contained in:
commit
017bf6e067
115 changed files with 19650 additions and 0 deletions
16
compose.yml
Normal file
16
compose.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: www-adrian-altner-com
|
||||
|
||||
services:
|
||||
website:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Containerfile
|
||||
image: localhost/www.adrian-altner.com:latest
|
||||
container_name: www.adrian-altner.com
|
||||
ports:
|
||||
- "4321:4321"
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
HOST: 0.0.0.0
|
||||
PORT: 4321
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue