Update docker-compose.production.yml

This commit is contained in:
colin 2024-03-09 19:19:30 +00:00
parent 018b37e7f4
commit a5931faf2c
2 changed files with 8 additions and 8 deletions

View File

@ -0,0 +1,8 @@
version: '3.8'
services:
top:
build:
context: ./docker/top/
dockerfile: Dockerfile
image: git.nixc.us/colin/top:production

View File

@ -1,8 +0,0 @@
version: '3.8'
services:
ubuntu-webtop:
build:
context: . # assuming Dockerfile is in the current directory
dockerfile: Dockerfile
image: git.nixc.us/colin/top:latest