oliverdavies.uk/docker-compose-production.yaml

13 lines
262 B
YAML
Raw Normal View History

version: '2.4'
services:
web:
2021-10-24 02:50:30 +01:00
build:
context: .
dockerfile: tools/docker/images/Dockerfile
target: production
image: "ghcr.io/opdavies/oliverdavies-uk-web:${DOCKER_TAG:-latest}"
ports:
2021-08-17 21:53:52 +01:00
- 80:8080
2021-07-05 19:36:07 +01:00
restart: unless-stopped