Commit 70e56527 authored by Martin Huvelle's avatar Martin Huvelle Committed by Tom Moulard
Browse files

ftb: create test and dc

parent c7071689
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
version: '2'

services:
  minecraft:
    image: jonasbonno/ftb-revelation
    ports:
      - '25565:25565/udp'
    volumes:
      - './minecraft-ftb:/minecraft'
    restart: always
    labels:
      - 'traefik.enable=false'
    environment:
      - EULA=TRUE
+13 −0
Original line number Diff line number Diff line
@@ -186,6 +186,19 @@ services:
    restart: always
    volumes:
    - /home/runner/work/make-my-server/make-my-server/factorio:/factorio:rw
  ftb:
    environment:
      EULA: "TRUE"
    image: jonasbonno/ftb-revelation
    labels:
      traefik.enable: "false"
    ports:
      - protocol: udp
        published: 25565
        target: 25565
    restart: always
    volumes:
    - /home/runner/work/make-my-server/make-my-server/minecraft/ftb-data:/minecraft:rw
  gitlab:
    environment:
      GITLAB_OMNIBUS_CONFIG: 'external_url ''http://gitlab.:80''