Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josepostiga/infrastructure
https://github.com/josepostiga/infrastructure
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/josepostiga/infrastructure
- Owner: josepostiga
- Created: 2022-06-12T08:52:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T14:44:55.000Z (about 2 years ago)
- Last Synced: 2024-11-17T00:44:10.797Z (2 months ago)
- Language: Dockerfile
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Infrastructure Repository
This repository contains basic Docker-related files to kickstart my projects.
## Docker Images
All pre-compiled Docker images are only compatible with arm64.
## Start Base Stack
The base stack is composed of a [Traefik Proxy](https://doc.traefik.io/traefik/) instance and allows to quickly connect other containers and route localhost requests to be routed to them.
Before anything, run `docker network create web`, then run `docker compose up -d` (or `docker-compose up -d` if you're not using Docker Compose V2) in the root folder of this repository.
# License
MIT