Update docker-compose.production.yml
This commit is contained in:
parent
018b37e7f4
commit
a5931faf2c
|
@ -0,0 +1,8 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
top:
|
||||
build:
|
||||
context: ./docker/top/
|
||||
dockerfile: Dockerfile
|
||||
image: git.nixc.us/colin/top:production
|
|
@ -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
|
Loading…
Reference in New Issue