mirror of
https://git.zavage.net/Zavage-Software/skrill-frontend.git
synced 2026-06-30 13:02:49 -06: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
|