container-server/services/games/docker-compose.yml
Renovate Bot ece0910957 chore(deps): update ghcr.io/imagegenius/amp docker tag to v2.5.0 (#28)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/imagegenius/amp](https://github.com/imagegenius/docker-amp/packages) ([source](https://github.com/imagegenius/docker-amp)) | minor | `2.4.8-ubuntu` -> `2.5.0-ubuntu` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Reviewed-on: carsten/container-server#28
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-03-14 20:09:52 +01:00

29 lines
760 B
YAML

version: "3.7"
# https://github.com/imagegenius/docker-amp/pkgs/container/amp
services:
games:
image: ghcr.io/imagegenius/amp:2.5.0-ubuntu
container_name: games
restart: "${RESTART:-no}"
hostname: games
domainname: ${BASE_DOMAIN}
mac_address: 02:42:AC:D7:11:9C # Please see the README about this field.
labels:
com.centurylinklabs.watchtower.enable: false
expose:
- "8080" # expose amp web ui port for proxy
ports:
- 25565:25565 # For Java Edition (TCP)
- 2223:2223 # AMP FTP
environment:
- TZ=${TIMEZONE}
- LICENCE=${MINECRAFT_AMP_LICENSE}
- MODULE=ADS
- JAVA_VERSIONS=8
volumes:
- ${BASE_DIR:-/srv}/games:/config
networks:
- proxy
- mail