mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
as discussed, removed docker-related components from game_template directory
This commit is contained in:
parent
35ae6d82c3
commit
32386172f6
2 changed files with 0 additions and 20 deletions
|
|
@ -1,5 +0,0 @@
|
|||
FROM evennia/evennia:latest
|
||||
# MAINTAINER you@example.com
|
||||
|
||||
# this is all we need.
|
||||
# the ONBUILD directive in the evennia/evenia image does most of the work for us.
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
version: '2'
|
||||
|
||||
services:
|
||||
# optionally change service id 'mygame' below to match your game (no spaces)
|
||||
mygame:
|
||||
build: .
|
||||
# change 'myuser/mygame' below to a valid docker hub repository tag
|
||||
image: myuser/mygame
|
||||
stdin_open: true
|
||||
tty: true
|
||||
ports:
|
||||
- "8000-8001:8000-8001"
|
||||
- "4000:4000"
|
||||
volumes:
|
||||
- .:/usr/src/game
|
||||
Loading…
Add table
Add a link
Reference in a new issue