12 lines
226 B
YAML
12 lines
226 B
YAML
version: "3"
|
|
|
|
services:
|
|
golem-lp:
|
|
image: registry.thegolem.cz/golem/landing-page:latest
|
|
build: .
|
|
container_name: golem-lp
|
|
ports:
|
|
- 3333:80
|
|
volumes:
|
|
- ./config/nginx.conf:/etc/nginx/nginx.conf
|