2023-04-22 08:07:56 +02:00
|
|
|
version: "2"
|
|
|
|
services:
|
|
|
|
thsf:
|
|
|
|
build:
|
|
|
|
dockerfile: thsf.Dockerfile
|
|
|
|
context: .
|
2023-04-23 08:57:37 +02:00
|
|
|
extra_hosts:
|
|
|
|
- "23.thsf.net:192.168.122.26"
|
2023-04-22 08:07:56 +02:00
|
|
|
ports:
|
2023-04-23 08:57:37 +02:00
|
|
|
- "0.0.0.0:8042:8042"
|
2023-04-22 08:07:56 +02:00
|
|
|
image: thsf:latest
|
|
|
|
container_name: thsf
|