mirror of
https://git.zavage.net/Zavage-Software/skrill-frontend.git
synced 2025-01-18 03:32:02 -07:00
12 lines
242 B
YAML
12 lines
242 B
YAML
version: "3"
|
|
services:
|
|
app:
|
|
image: skrill:latest
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
# Serve on localhost 8000 -> mapped to port 80 inside the Docker container
|
|
- "8000:80"
|
|
restart: always
|